google.golang.org/protobuf/internal/filedesc.SourceLocations.lazyInit (method)

3 uses

	google.golang.org/protobuf/internal/filedesc (current package)
		desc_list.go#L306: func (p *SourceLocations) Get(i int) protoreflect.SourceLocation { return p.lazyInit().List[i] }
		desc_list.go#L308: 	if i, ok := p.lazyInit().byPath[k]; ok {
		desc_list.go#L414: func (p *SourceLocations) lazyInit() *SourceLocations {